d_snprintf.vararg

Undocumented in source.

Members

Aliases

Type
alias Type = TypeInfo
Undocumented in source.
Type
alias Type = size_t
Undocumented in source.

Functions

get_any_float
real get_any_float(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
get_any_int
long get_any_int(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
get_any_pointer
void* get_any_pointer(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
get_varargs
va_list get_varargs(A a, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
has_string_like_value
bool has_string_like_value(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
strip_type_info
TypeInfo strip_type_info(TypeInfo type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_arg
T va_arg(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
va_copy
void va_copy(va_list copy, va_list args)
Undocumented in source. Be warned that the author may not have intended to support it.
va_end
void va_end(va_list )
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_array_elem_type
Type va_get_array_elem_type(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_elem
va_elem va_get_elem(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_elem
va_elem va_get_elem(va_list list, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_enum_base_type
Type va_get_enum_base_type(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_pointer_target_type
Type va_get_pointer_target_type(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_type
Type va_get_type()
Undocumented in source. Be warned that the author may not have intended to support it.
va_get_type
Type va_get_type(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
va_is_array
bool va_is_array(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_is_class
bool va_is_class(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_is_enum
bool va_is_enum(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_is_pointer
bool va_is_pointer(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
va_peek
T va_peek(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
va_size
size_t va_size(va_list list)
Undocumented in source. Be warned that the author may not have intended to support it.
va_value
T va_value(va_elem elem)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

va_start
mixintemplate va_start(a...)
Undocumented in source.

Structs

va_elem
struct va_elem
Undocumented in source.
va_list
struct va_list
Undocumented in source.

Meta